home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amos / amosmultienv11.lha / AmosMultiEnv / ReadMe.Doc < prev    next >
Text File  |  1992-02-26  |  5KB  |  187 lines

  1.  
  2.  
  3.                  AMOS 1.36  Multi-Envoironment Patch V1.1
  4.                  ----------------------------------------
  5.  
  6.            Written By Paul Hickman (ph@doc.ic.ac.uk) - Mar 1994
  7.            ----------------------------------------------------
  8.  
  9.  
  10. Disclaimer
  11. ----------
  12.  
  13.     The program PatchAMOS will modify your AMOS1.3 program.
  14.     I take no resposibility if it wreck's it - make sure you
  15.         have a backup.
  16.  
  17.     I also take no responsibilty explicitly, implicity, and all
  18.         that other legal crap if something else that you didn't want
  19.         to happen does, 'cos i'm still in an irresponsible mood!
  20.  
  21.  
  22.  
  23. Distribution
  24. ------------
  25.  
  26.     Whatever - modify / copy / hack to pieces. Please post me
  27.     back any improvements - these are among my first E programs,
  28.         so the sources can probably be improved.
  29.     
  30.  
  31. Files
  32. -----
  33.  
  34.     Install_AMOSMultiEnv    The installer script
  35.  
  36.     AmosIcon        An Icon To Execute the script.
  37.         GetAMOSEnv        A Program to select an envoironment.
  38.         PatchAMOS        A Program to modify AMOS1.3.
  39.     Readme.Doc        This File.
  40.     
  41.     GetAMOSEnv11.e        The Sources     
  42.     PatchAMOS.e        
  43.  
  44.  
  45.  
  46.  
  47. Requirements
  48. ------------
  49.  
  50.     AMOS V1.36 - NOT AMOSV1.3,AMOSV1.34,AMOSV1.35 etc. A few
  51.     bytes are overwritten in the AMOS program file - they may
  52.         be at a different location in different versions of AMOS.
  53.  
  54.     ReqTools Library - Any version will probably work - I only
  55.         use the file requester.
  56.  
  57.  
  58.  
  59.  
  60. Overview
  61. --------
  62.  
  63.     When you load AMOS, it searches for one the files:
  64.  
  65.         :AMOS_System/AMOS1_3_Pal.Env
  66.         :AMOS_System/AMOS1_3_Ntsc.Env
  67.  
  68.     And loads the appropriate one for your country. These files
  69.     contain your amos configuration. Running PatchAMOS modifies
  70.         AMOS so it only searches for T:AMOS1_3.Env
  71.  
  72.     GetAMOSEnv opens a reqtools filerequester in your AMOS_System
  73.         directory from which you can select an envoironment to copy to
  74.         T:AMOS1_3.Env
  75.  
  76.  
  77.  
  78. Installation
  79. ------------
  80.  
  81.     Much easier than V1.0 now - just double click the installer
  82.     icon - plenty of help is available. 
  83.  
  84.  
  85.  
  86. Usage
  87. -----
  88.  
  89.     Double click on the "Amos Env-Loader" icon. Select An 
  90.     Envoironment.
  91.  
  92.  
  93.  
  94.  
  95. Multi-Selection
  96. ---------------
  97.  
  98.     To load AMOS with an AMOS program in the editor & run the
  99.     program, select the program icon, then shift double-click
  100.     the "Amos Env-Loader" icon.
  101.  
  102.  
  103.  
  104.  
  105. Toolmanager
  106. -----------
  107.  
  108.     AMOS Multi-Env works great from a toolmanager dock window, or
  109.     toolmanager App Icon. Simply create an exec object to the Amos
  110.     script, of type CLI, which has the "Arguments" box checkmarked.
  111.     Then create an image object, and a dock / icon object to launch
  112.     it.
  113.  
  114.     To run Amos from toolmanger, click on the dock icon / app icon.
  115.     To load a file into Amos from toolmanager, drop the file on the
  116.     dock icon / app icon.
  117.  
  118.  
  119.  
  120. Notes / Hints
  121. -------------
  122.  
  123.     Create a default envoironment call AMOS1_3.Env, as this
  124.     is the default name in the file-selector.
  125.     
  126.  
  127.     The AMOS compiler uses the envoironment specified by it's
  128.         own configuration files - Not the envoironment you select
  129.     with this filerequester.
  130.  
  131.  
  132.     If you are using a harddisk, Load Config1_3.AMOS, and insert 
  133.     an "AMOS:" before all pathnames in the Load Extensions, and
  134.     other menus, then move your AMOS_System directory to your
  135.     AMOS directory. This script assigns AMOS: before loading
  136.     AMOS, so everything will work, and the path of your AMOS
  137.     System directory will be "AMOS:AMOS_System" which many
  138.     AMOS programs expect it to be.
  139.  
  140.     Get toolmanger, and use it - it's easily the best way to
  141.     load amos. If you do this set the save with icons option
  142.     in the AMOS configuration editor so your programs have
  143.     icons to drop on the toolmanager dock/app icon.
  144.  
  145.  
  146.  
  147. Credits
  148. -------
  149.  
  150.         GetAMOSEnv, and PatchAMOS were both written in E. Thanks
  151.         go to Wouter van Oortmerssen for a rather nice language.
  152.  
  153.     Reqtools.library is written by Nico Francois.
  154.  
  155.     Toolmanager was written by Stefan Becker.
  156.  
  157.  
  158.     The E language, Reqtools & Toolmanager are all available
  159.     on aminet. Thanks also to whoever it was that posted to the
  160.     AMOS mailing list about removing/installing extenions for
  161.         the inspiration!
  162.  
  163.  
  164.  
  165.  
  166. Changes V1.0 ---> V1.1
  167. ----------------------
  168.  
  169.      Both E programs now use exception handling for error
  170.     recovery, and print errors to requesters, not the command line.
  171.  
  172.     PatchAMOS can now accept the AMOS file to patch as a
  173.     command line argument.
  174.  
  175.     Both programs now accept the argument in double quotes.
  176.  
  177.     The installer script now creates a customised launching
  178.     script for your system - there is no "Amos" file in the
  179.     distribution anymore.
  180.  
  181.     The cancel button in the filerequester now cancels the
  182.     loading of AMOS.
  183.  
  184.     Shift-Selected / Toolmanager / CLI arguments to the AMOS
  185.     script are passed on to AMOS1.36 so you can autoload & run
  186.     programs.
  187.